use int instead of time_t to print timezone info
authorVladimir Petko <vladimir.petko@canonical.com>
Thu, 22 Jan 2026 22:10:02 +0000 (23:10 +0100)
committerMoritz Muehlenhoff <jmm@debian.org>
Thu, 22 Jan 2026 22:10:02 +0000 (23:10 +0100)
commit2fee88053bb0138a5ffac2b52a3053b9ae50683e
tree4489e8e7d9d784d1e9c3fec672ffab1aa97a9077
parentdaf7382b0717d3127e60b8ad478787d0fb671ce2
use int instead of time_t to print timezone info

Bug: https://bugs.openjdk.org/browse/JDK-8334502
Last-Update: 2024-06-19

printf() call uses %02d format specifier that requires an int parameter.

Gbp-Pq: Name jdk-8334502-proposed.patch
src/hotspot/share/runtime/os.cpp